var runtime.allgs
10 uses
runtime (current package)
proc.go#L668: allgs []*g
proc.go#L692: allgs = append(allgs, gp)
proc.go#L693: if &allgs[0] != allgptr {
proc.go#L694: atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
proc.go#L696: atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
proc.go#L711: return allgs[:len(allgs):len(allgs)]
proc.go#L731: for _, gp := range allgs {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)